home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Niagara Parks / Postcard CD: Niagara Parks (2004).iso / mac / Intro.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  2002-01-04  |  102 b   |  8 lines

  1. on exitFrame me
  2.   if the timer < 700 then
  3.     go(the frame)
  4.   else
  5.     go(the frame + 1)
  6.   end if
  7. end
  8.